home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / QuickZip / quickzip_460013.exe / {app} / Extension / Readme1st.txt
Text File  |  2001-10-28  |  2KB  |  55 lines

  1. //////////////////////////////////////////////
  2. CakExtension is still in Beta stage
  3. Use it @ your own risk!!
  4. //////////////////////////////////////////////
  5.  
  6. This directory is for CakExtension support.
  7.  
  8. CakExtension support let Quick zip support more archive using other archiver in
  9. dos command line mode, to do this, you must first created a ini file
  10. (e.g. you have to use xyz.ini for .xyz archive like c:\test.xyz).
  11. There's some predefined ini, you can found them in predefined directory,
  12. if you going to use them you have to change the EXEPATH and UNEXEPATH to 
  13. your file.
  14.  
  15.  
  16. Quick Zip will then look for the extension in \QuickZip\Extension\ directory
  17. every time it startup.
  18.  
  19. Here's a sample of the extension ini -
  20.  
  21. [INFO]
  22. DOWNLOAD=http://www.website.com   < Specify where to download the file
  23. [Features]
  24. Add=1                             < Tell Quick Zip what features it providing. 
  25. Extract=1                         < You can overwrite the internal support as well
  26. Test=1
  27. List=0
  28. SFX=0
  29. Delete=0
  30. [Paths]
  31. EXEPATH=c:\path\filename.exe      < Tell Quick Zip where the dos-prompt application located
  32. UNEXEPATH=c:\path\filename.exe
  33. [Strings]
  34. ARCHIVE=%ARCHIVE-NAME%%ARCHIVE-EXT% < This one must included =)
  35. [Param]
  36. [Commands]
  37. Mode=1                              < Capture mode, Use 1 or 0, Use 1 unless not working.
  38.             < Now teach Quick Zip how to do the features
  39. Extract=%UNEXEPATH% e -y %PARAM% %ARCHIVE% %EXTRACTTO%\ %FILE2EXTR% 
  40. Test=%UNEXEPATH% t %ARCHIVE%              
  41. ADD=%EXEPATH% a -c2 -o %PARAM% %ARCHIVE% %ADDFILE%
  42. List=%UNEXEPATH% l %ARCHIVE%
  43. Delete=%EXEPATH% d %PARAM% %ARCHIVE% %FILE2DEL%
  44. [List]
  45. ShowList=1
  46. LineStart=10                         < Toggle where to start/stop "finding" filelist
  47. LineStop=-2 
  48. ;total lines -2
  49. Filename-START=45                    < which char of that line do filename start?
  50. Filename-STOP=80
  51. Filepackedsize-START=20              < filepacked size..
  52. Filepackedsize-STOP=29
  53. Filesize-START=30                    < file size 
  54. Filesize-STOP=38
  55.